home *** CD-ROM | disk | FTP | other *** search
- *** KNOWNBUGS.OLD Sun Mar 13 10:10:15 1994
- --- KNOWNBUGS Mon Mar 14 09:44:54 1994
- ***************
- *** 1,7 ****
-
-
- K N O W N B U G S I N S E N D M A I L
- ! (for 8.6.6)
-
-
- The following are bugs or deficiencies in sendmail that I am aware of
- --- 1,7 ----
-
-
- K N O W N B U G S I N S E N D M A I L
- ! (for 8.6.7)
-
-
- The following are bugs or deficiencies in sendmail that I am aware of
- ***************
- *** 128,131 ****
- file descriptors per list). This is particularly egregious if
- you have your connection cache set to be large.
-
- ! (Version 8.17, last updated 3/13/94)
- --- 128,131 ----
- file descriptors per list). This is particularly egregious if
- you have your connection cache set to be large.
-
- ! (Version 8.18, last updated 3/14/94)
- *** RELEASE_NOTES.OLD Mon Mar 14 08:46:15 1994
- --- RELEASE_NOTES Mon Mar 14 09:42:20 1994
- ***************
- *** 1,9 ****
- SENDMAIL RELEASE NOTES
- ! @(#)RELEASE_NOTES 8.6.6.1 (Berkeley) 3/13/94
-
- This listing shows the version of the sendmail binary, the version
- of the sendmail configuration files, the date of release, and a
- summary of the changes in that release.
-
- 8.6.6/8.6.6 94/03/13
- SECURITY: the ability to give files away on System V-based
- --- 1,15 ----
- SENDMAIL RELEASE NOTES
- ! @(#)RELEASE_NOTES 8.6.7.1 (Berkeley) 3/14/94
-
- This listing shows the version of the sendmail binary, the version
- of the sendmail configuration files, the date of release, and a
- summary of the changes in that release.
- +
- + 8.6.7/8.6.6 94/03/14
- + SECURITY: it was possible to get root access by using wierd
- + values to the -d flag. Thanks to Alain Durand of
- + INRIA for forwarding me the notice from the bugtraq
- + list.
-
- 8.6.6/8.6.6 94/03/13
- SECURITY: the ability to give files away on System V-based
- *** src/trace.c.OLD Mon Jun 7 10:32:30 1993
- --- src/trace.c Mon Mar 14 09:41:07 1994
- ***************
- *** 33,39 ****
- */
-
- #ifndef lint
- ! static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/7/93";
- #endif /* not lint */
-
- # include "sendmail.h"
- --- 33,39 ----
- */
-
- #ifndef lint
- ! static char sccsid[] = "@(#)trace.c 8.2 (Berkeley) 3/14/94";
- #endif /* not lint */
-
- # include "sendmail.h"
- ***************
- *** 82,89 ****
- tTflag(s)
- register char *s;
- {
- ! int first, last;
- ! register int i;
-
- if (*s == '\0')
- s = DefFlags;
- --- 82,89 ----
- tTflag(s)
- register char *s;
- {
- ! unsigned int first, last;
- ! register unsigned int i;
-
- if (*s == '\0')
- s = DefFlags;
- *** src/version.c.OLD Sun Mar 13 09:39:08 1994
- --- src/version.c Mon Mar 14 09:41:08 1994
- ***************
- *** 33,39 ****
- */
-
- #ifndef lint
- ! static char sccsid[] = "@(#)version.c 8.6.6.1 (Berkeley) 3/13/94";
- #endif /* not lint */
-
- ! char Version[] = "8.6.6";
- --- 33,39 ----
- */
-
- #ifndef lint
- ! static char sccsid[] = "@(#)version.c 8.6.7.1 (Berkeley) 3/14/94";
- #endif /* not lint */
-
- ! char Version[] = "8.6.7";
-